GrapeCity.CalcEngine.Functions Namespace > CalcLargeFunction Class > Evaluate Method : Evaluate(Object[]) Method |
The args contains 2 items: array, k.
Array is the array or range of data for which you want to determine the k-th largest value.
K is the position (from the largest) in the array or cell range of data to return.
'Usage Dim instance As CalcLargeFunction Dim args() As Object Dim value As Object value = instance.Evaluate(args)
The args contains 2 items: array, k.
Array is the array or range of data for which you want to determine the k-th largest value.
K is the position (from the largest) in the array or cell range of data to return.
Target Platforms: Windows Server 2012, Windows RT